xen.git
2007-02-21 kfraser@localhost... x86: Only unshadow on failed emulation, not when an...
2007-02-21 kfraser@localhost... linux: Use hard tabs and Linux coding style.
2007-02-21 kfraser@localhost... x86: Extend emulator return codes.
2007-02-21 Jake Wires[BLKBACK/BLKTAP] add sysfs throughput profiling to...
2007-02-21 kfraser@localhost... hvm: local_events_need_delivery() must take into accoun...
2007-02-21 kfraser@localhost... libfs: Fix build with gcc4.
2007-02-21 kfraser@localhost... Add find_domain_rcu_lock() and domain_rcu_unlock().
2007-02-21 kfraser@localhost... Use RCU for domain_list and domain_hash.
2007-02-21 Tim DeeganMerge
2007-02-21 kfraser@localhost... x86: Better BUG() and ASSERT() logging.
2007-02-21 kfraser@localhost... x86: Allow exceptions to be handled while interrupts are
2007-02-21 Ewan MellorAdded C bindings for host.supported_bootloaders.
2007-02-21 Ewan MellorFix allocation of the error_description fields.
2007-02-20 Ewan MellorPut the set size in the structure on set-allocation.
2007-02-20 Ewan MellorAdded host.supported_bootloaders field.
2007-02-20 Ewan MellorRemove host.create and host.destroy -- these never...
2007-02-20 Ewan MellorAdded modelling and C bindings for VIF/VBD QoS paramete...
2007-02-20 Ewan MellorSplit the VIF I/O statistics fields out into a VIF_metr...
2007-02-20 Ewan MellorSplit the VBD I/O statistics out into a VBD_metrics...
2007-02-20 Ewan MellorAdded Console.other_config to the docs (Xend already...
2007-02-20 Ewan MellorRename Console.uri to location. Xend already uses...
2007-02-20 Ewan MellorRemove VM.VCPUs_number and VM.VCPUs_utilisation as...
2007-02-20 Ewan MellorReplace the X_HANDLE_INVALID error codes with a single...
2007-02-20 kfraser@localhost... hvm: Fix getvcpucontext to return the correct CR3 value.
2007-02-20 Tim Deegan[HVM] Fix MMIO AND emulation
2007-02-20 Tim Deegan[HVM] Fix MMIO LODS emulation
2007-02-20 kfraser@localhost... x86 emulation: fix bswap
2007-02-20 kfraser@localhost... x86: Fix emulation of REP prefix.
2007-02-20 Tim DeeganMerge
2007-02-20 Tim Deegan[HVM] Another unchecked caller of hvm_copy_to_guest_virt()
2007-02-20 kfraser@localhost... acm: More fixes after grant-table changes. These are...
2007-02-20 Tim DeeganMerge
2007-02-20 Tim Deegan[XEN] Get rid of gva_to_gpa translation
2007-02-20 Vincent Hanquezadd /sbin to the $PATH and use ldconfig -p instead...
2007-02-20 Tim Deegan[XEN] Fix skip-verify shadow heuristic
2007-02-20 kfraser@localhost... linux: Fix swiotlb bug-out due to uninitialised end_pfn...
2007-02-20 Vincent Hanquezadd /sbin to the $PATH for debian's ldconfig.
2007-02-20 kfraser@localhost... linux/x86: Advertise which page table entries contain...
2007-02-20 kfraser@localhost... xen/x86: Better BUG back traces.
2007-02-20 Tim Deegan[XEN] Fix potential race in unshadow code
2007-02-20 kfraser@localhost... linux/x86: Clean up page table handling headers
2007-02-20 Tim DeeganMerge
2007-02-20 kfraser@localhost... linux/x86: Adjust and fix page table handling.
2007-02-20 john.levon... Xenconsoled should ignore spurious watch event. Otherwi...
2007-02-20 john.levon... Filesystem implementations may need optional arguments...
2007-02-19 kfraser@localhost... linux: Fix 32-bit build after changeset 13993:168030c8e...
2007-02-19 Emmanuel Ackaouy[XEN] 32on64 shadowing / live migration support for...
2007-02-19 kfraser@localhost... Quieten noisy fied-up-GPF-in-Xen logging.
2007-02-19 kfraser@localhost... linux: Introduce {current_,}vcpu_info.
2007-02-19 kfraser@localhost... ia64: Fixes after changes to grant table code.
2007-02-19 kfraser@localhost... acm: Further fixes after grant-table changes.
2007-02-19 kfraser@localhost... Fix ACM build after recent grant-table code changes.
2007-02-19 kfraser@localhost... hvm, vtpm: Fix wait for an outstanding response.
2007-02-19 kfraser@localhost... minios: Fix xenbus-id allocation loop.
2007-02-19 kfraser@localhost... hvm: Remove noisy warnings associated with MOVS emulation.
2007-02-19 kfraser@localhost... hvm: Emulate opcode 0x03 (ADD mem,reg).
2007-02-19 Ian Campbell[LIBELF] Prefer PT_NOTE segments to SHT_NOTE sections...
2007-02-18 Keir Fraserhvm: Support PUSH from mmio area (opcode 0xFF/6).
2007-02-17 Keir Fraserlinux: vmalloc_sync_all() is not a no-op when running...
2007-02-17 kfraser@localhost... Fix 64-bit build.
2007-02-17 Jake Wires[TAPDISK] add tapdisk support for image chaining
2007-02-16 kfraser@localhost... x86-64: fix Lx_DISALLOW_MASK
2007-02-16 kfraser@localhost... linux/x86_64: miscellaneous initialization code cleanup
2007-02-16 kfraser@localhost... hvm: Processor Objects require unique IDs.
2007-02-16 kfraser@localhost... hvm: Dynamically generate the correct number of ACPI...
2007-02-16 Tim Deegan[XEN] Set p2m page count-info fields properly on alloca...
2007-02-16 Tim Deegan[HVM] Save/restore: explicitly name MSRs in save format
2007-02-16 kfraser@localhost... Fix grant-table initialisation so that domain destructi...
2007-02-16 kfraser@localhost... linux: remove {lock,unlock}_vm_area(). Instead use...
2007-02-16 kfraser@localhost... Fix vncdisplay config option for HVM guests.
2007-02-15 kfraser@localhost... hvm: Fix acpi processor id in MADT LAPIC entries.
2007-02-15 kfraser@localhost... ia64: Fix build failure
2007-02-15 Tim Deegan[HVM] Save/restore: remove u8 from publich header
2007-02-15 kfraser@localhost... Remove unnecessary check from HVM builder.
2007-02-15 kfraser@localhost... Lift physical address restriction in save/restore code.
2007-02-15 kfraser@localhost... Propagate error return from elf_xen_parse().
2007-02-15 kfraser@localhost... x86: fix NMI delivery to dom0
2007-02-15 kfraser@localhost... Bring TPM driver files to 2.6.18 level. Remove the...
2007-02-15 kfraser@localhost... [ACM] Update the xensec_ezpolicy ACM policy generation...
2007-02-15 kfraser@localhost... minios: build system cleanups.
2007-02-15 kfraser@localhost... Disable GCC stack protector for ROMBIOS.
2007-02-15 kfraser@localhost... linux: miscellaneous changes after upgrade through...
2007-02-15 kfraser@localhost... linux: e820 handling adjustments
2007-02-15 kfraser@localhost... linux: user user_mode_vm() in place of user_mode()...
2007-02-15 kfraser@localhost... linux: avoid need to modify include/linux/pfn.h
2007-02-15 kfraser@localhost... linux: early_printk adjustments
2007-02-15 kfraser@localhost... linux: proper mutex use in balloon driver
2007-02-15 kfraser@localhost... [VTPM] Add a missing initialization of a state variable...
2007-02-15 kfraser@localhost... libxc: Fix xc_vcpu_{set,get}_affinity (Xen-bugzilla...
2007-02-15 kfraser@localhost... Dynamic grant-table sizing.
2007-02-15 kfraser@localhost... Remove unuseful and noisy seg-fixup warning message.
2007-02-15 kfraser@localhost... Remove old elf-parsing code from tools and from Xen.
2007-02-14 Wim Colgate Protect self.domid from being empty
2007-02-14 kfraser@localhost... Export PRI_xen_pfn rather than PRIpfn: less polluting...
2007-02-14 kfraser@localhost... Merge with xenppc-unstable.hg
2007-02-14 kfraser@localhost... libelf: use xen code style.
2007-02-14 kfraser@localhost... linux: quieten some driver printk logging.
2007-02-14 kfraser@localhost... Another domctl fix to insert missing copy_to_guest.
2007-02-14 Tim DeeganMerge
2007-02-14 Tim Deegan[XEN] Snapshot PAE l3es when they are shadowed.
next